home *** CD-ROM | disk | FTP | other *** search
- ; $Id: moreshex.inf 1.0 1998/12/08 07:13:45 satomii Exp $
- ; Rei's More Extensions install information
-
- [Version]
- signature="$Chicago$"
- Provider="Rei's Booth."
-
- [DefaultInstall]
- CopyFiles=ThisDll.sys.install,ThisDll.inf.install
- AddReg=ThisDll.Uninst.Reg,ThisDll.Add.Reg
-
- [DefaultInstall.ntx86]
- CopyFiles=ThisDll.sys.install,ThisDll.inf.install
- AddReg=ThisDll.Uninst.Reg.NT,ThisDll.Add.Reg
-
- [DefaultUninstall]
- DelFiles=ThisDll.sys.uninstall,ThisDll.inf.uninstall
- DelReg=ThisDll.Uninst.Reg,ThisDll.Del.Reg
-
- [DefaultUninstall.ntx86]
- DelFiles=ThisDll.sys.uninstall,ThisDll.inf.uninstall
- DelReg=ThisDll.Uninst.Reg.NT,ThisDll.Del.Reg
-
- [ThisDll.sys.install]
- %ThisDll%
-
- [ThisDll.inf.install]
- %ThisInf%
- %ThisHelp%
-
- [ThisDll.sys.uninstall]
- %ThisDll%,,,1
-
- [ThisDll.inf.uninstall]
- %ThisInf%,,,1
- %ThisHelp%,,,1
-
- [ThisDll.Uninst.Reg]
- HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%AppName%",,,
- HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%AppName%","DisplayName",,"%AppDesc%"
- HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%AppName%","UninstallString",,"rundll.exe MORESHEX.CPL,Uninstall"
-
- [ThisDll.Uninst.Reg.NT]
- HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%AppName%",,,
- HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%AppName%","DisplayName",,"%AppDesc%"
- HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%AppName%","UninstallString",,"rundll32.exe MORESHEX.CPL,Uninstall"
-
- [ThisDll.Add.Reg]
- HKLM,"Software\%AppReg%",,,"%11%\%SubDir%
-
- [ThisDll.Del.Reg]
- HKLM,"Software\%AppReg%",,,
-
- [DestinationDirs]
- ThisDll.sys.install=11
- ThisDll.inf.install=11,%SubDir%
- ThisDll.sys.uninstall=11
- ThisDll.inf.uninstall=11,%SubDir%
-
- [SourceDisksFiles]
- %ThisDll%=55
-
- [SourceDisksNames]
- 55="%AppDesc%","",1
-
- [Strings]
- AppName = "MoreShellEx"
- AppDesc = "Rei's More Extensions"
- SubDir = "ShellExt"
- AppReg = "Rei's Booth\ShellExt"
- ThisDll = "MORESHEX.CPL"
- ThisInf = "MORESHEX.INF"
- ThisHelp = "MORESHEX.HLP"
-